css: Silence a clang warning
authorMatthias Clasen <mclasen@redhat.com>
Sun, 22 Mar 2015 19:17:27 +0000 (15:17 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 22 Mar 2015 19:17:27 +0000 (15:17 -0400)
commita14bb5578fa5de31c72c2ebc5fb1788890eb1648
treeda0c4db275a5c38a179d71da0946cfbaf25a6238
parentfb573e58f12ebc26cf106f85aae4315e30f5078d
css: Silence a clang warning

Clang complains that this check can never be true. Since this
is a argument range check which we do to catch bad input,
convince clang to not complain instead of taking it out.
gtk/gtkcssenumvalue.c